LTrim
Definition:
LTrim(string)
Description:
Return a copy of the specified string with any whitespace characters on the left-hand side removed.
Platforms:
All
Parameters:
string - required
The string to be trimmed.
Returns:
The trimmed string.
Notes:
'Whitespace' includes space, tab, line feed, carriage return and new line characters.